How to provide predefined data structure to Firebase Database -


i need put default structure data in firebase database.

i'm developing chat application using firebase static list of chat groups.

there way manually push list of groups (with data fields needed filled) or others predefined data without using mobile app or website?

you can create data structure json file , them import json file firebase console.

alternatively can import json file command line, using firebase cli's database:set command.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -