Firebase Connection methods
Connect
var connection = conversation.Connect( accountjson:string, projectid:string, databasename:string );Create
database.Create( collection:string, object:any );Delete
database.Delete( collection:string, documentid:string );Update
database.Update( collection:string, documentid:string, object:any );List
Get
Last updated
Was this helpful?