Home Applications irisfirebase

irisfirebase

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
0
Awards
88
Views
0
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Articles
Firebase module for InterSystems IRIS

What's new in this version

Initial Release

IrisFirebase module

Use

Clone/git pull the repo into any local directory e.g. like it is shown below
(here I show all the examples related to this repository, but I assume you have your own derived from the template):

$ git clone https://github.com/daniel-aguilar-garcia/irisfirebase

Open the terminal in this directory and run:

$ docker-compose up -d --build

How to Work With it

Initialization

Follow the steps of this tutorial to configure your instance:

https://community.intersystems.com/post/firebase-module-unleashing-power-firebase-realtime-database-intersystems-iris

Useful commands

Create register:

##class(Firebase.RTDB).Create(“appName”,objData,“tableName”,id)

Update register:

##class(Firebase.RTDB).Update(“appName”,“tableName”,id,.objTest)

Read a single register:

##class(Firebase.RTDB).Read(“appName”,“tableName”,id)

Read the whole node:

##class(Firebase.RTDB).ReadTable(“appName”,“tableName”)

Delete a single register:

##class(Firebase.RTDB).Delete(“appName”,“tableName”,id)

Delete the whole node:

##class(Firebase.RTDB).Delete(“appName”,“tableName”)

Read more
Made with
Install
zpm install iris-firebase download archive
Version
1.0.018 Jan, 2024
Python package
firebase-admin
Ideas portal
https://ideas.intersystems.com/ideas/DP-I-146
Category
Integration
Works with
InterSystems IRISInterSystems IRIS for HealthInterSystems FHIR
First published
16 Jan, 2024