Forth
Forth copied to clipboard
how to make a firebase database ?
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.
Use realtime database, don't forget to allow read and write in the rules section like this : "rules": { ".read": true, ".write": true }