SimCoderYoutube / UberClone

Uber Clone Android App 👨‍💻 I'll show you how you can do this in the simplest way and terms possible. By the end of this series you'll have learned how the big companies do it and will be able to do the same, you not only will be able to do this app, but you'll be able to put what you learn into your very own projects! In this series, we use Android Native with java to build the project. We use firebase for all our microservice needs like the auth system, database, storage, amongst others. firebase, android studio, and java. In this series, we'll use all of them and you'll learn them by doing an iconic app. Welcome to this Simcoder project and make a Uber Clone!
MIT License
1.02k stars 712 forks source link

Database #11

Closed Gurudevdatta closed 6 years ago

Gurudevdatta commented 6 years ago

Can you please upload the full DB schema (firebase)?

Sithira commented 6 years ago

it doesn't container schema @sangramkokate ... its NoSQL Database 😊

Gurudevdatta commented 6 years ago

@Sithira i know it is non sql Database but , we need to add the tables/fields in the database right? how can we guess what are the tables and the fields...after checking the login activity video shared i came to know about the users fields ..similarly i want to know for all the remaining app tables.

Sithira commented 6 years ago

@sangramkokate it will create the tables on the fly meaning if you are trying to insert something into a non-existing table, it will create the database and insert the data into the table.