forked from luv-sprinter/TIBCO-BW-FIREBASE-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
28 lines (16 loc) · 1.05 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TIBCO-BW-FIREBASE-connector-
This is a TIBCO-BW_FIREBASE connector which helps you to Post messages into the Firebase
Currently integrated to sample Firebase chat app (https://www.firebase.com/tutorial/)
dependencies:
TIBCO ACTIVEMATRIX BUSINESSWORKS PLUG-IN FOR REST AND JSON
(http://tap.tibco.com/storefront/trialware/tibco-activematrix-businessworks-plug-in-for-rest-and-json/prod15308.html)
How to Run this application
First Set The GV of Firebase >> URL to your Instance of Firebase
You could see two processes:
1)FireBase
2)FireBaseWithSchema
To run FireBase , you need to provide the name and text as input and there is no schema used in the file.
add text and name as input to the starter activity.
You can run FireBaseWithSchema but data wont be available on the chat. But you can view that data in the Forge available at the link https://yaimcrnkl6u.firebaseio-demo.com/# .
If you would like to contribute to this project. you can add other firebase methods like set update and so on as BW process to this project and send us pull request
Thanks.