You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several places in .md files for this library, firestack.database().ref('someNode/')... is recommended but I kept getting an error that firestack.database() was not a function. I opened the firestack object and indeed couldn't find such a function. I had to go into FirestackApp, the example working app, to see how they had done it just to realise that firestack.database.ref('someNode/')... - ie. without trying to invoke firestack.database ...works...
This is where the objective is simply to write an entry to database.