Forth icon indicating copy to clipboard operation
Forth copied to clipboard

how to make a firebase database ?

Open nikuvora opened this issue 6 years ago • 1 comments

hi, i am student from india. i am just a bigner can you tell me firebase database format for this kind of project. i liked your project.

nikuvora avatar Mar 06 '19 07:03 nikuvora

Use realtime database, don't forget to allow read and write in the rules section like this : "rules": { ".read": true, ".write": true }

aminepa8 avatar Jan 01 '20 19:01 aminepa8