IramML / UberClone

App like Uber, rider and driver application
MIT License
164 stars 129 forks source link

Accounts not properly created/populated. Search of directions not working #7

Closed ghotrax closed 4 years ago

ghotrax commented 4 years ago

After setting everything up. From the Server API, Cloud Messaging API, Google API key, when i use the switch it crashes. The error is because it cant get the user vehicle type. It's because all of the user info is not properly saved/written. When i pull the drawer nothing works. And the name it says "Iram".

Is there anything that i'm missing from the setup? I followed every step that's on the readme.

Thanks in advance

ghotrax commented 4 years ago

Update: The problem is on the database. Since the data is written to the realtime database before being signed in, there's no permission to write to it. By default you need to be authenticated to write to the database.

So for a work around in the rules for the realtime firebase database change the values from false to true.