DavidAmunga / Forth

Uber app clone on android using Firebase
21 stars 17 forks source link

how to make a firebase database ? #2

Open nikuvora opened 5 years ago

nikuvora commented 5 years ago

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.

aminepa8 commented 4 years ago

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