kuoa / nearby-chat

Nearby Chat is an app allowing users to visualize on a map, people in their near proximity and chat with them by sharing text, photos or audio files.
MIT License
29 stars 9 forks source link

registration #33

Closed NoufAlh closed 3 years ago

NoufAlh commented 4 years ago

for some reasons, i ran the app and once i wanted to register it keep saying " authentication failed", may ik the reason? even once i changed the json file to mine, i got many errors. please help me to solve the problem, i really need ur project thanks..

FudgeKun commented 4 years ago

Could you solve it? I also need this app and i dont know how to pass the registeration part..

W4lspirit commented 4 years ago

Hi @NoufAlh @FudgeKun , This was a school project, so the different api key used are no longer up. You can modified the file google-service.json with your generated api-key. https://developers.google.com/android/guides/google-services-plugin

Note that the "authentication failed" message is only shown when trying to sign-in :

You can have more information on the error by logging the task.getResult() in MainActivity.java: 109

FudgeKun commented 4 years ago

@W4lspirit Sorry, i'm very new to android programming, can u explain it? Because i couldn't understand it