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
Post a Comment