3.x API of real time database-as-a-service.
Categories > Firebase > rex_firebase_apiv3IntroductionLinksDependenceUsageInitializeLogDatabase URLDatabase Rules
None
If property Api key is not an empty string
Api key, Auth domain, Database URL, Storage bucketElse
Action:InitializeAccess firebase after initialize.
Set property Log to Yes to dump log messages at console.
Fully path : for example
https://my-3x-test.firebaseio.com/members/
Related path : for example
members/
Set security rules of database to
 xxxxxxxxxx{  "rules": {    ".read": true,    ".write": true  }}in development stage.