简体   繁体   中英

Rolling a user authentication system for Android app

I'm a bit confused on how I can implement a user system into my application.

For a small overview, the mobile application needs to allow users to login or register, follow other users, and favorite/like items.

I've checkout out the documentation on Google Cloud Platform for implementing User Auth:

I've used Parse in the past, and would expect the Firebase User Auth system to offer a similar experience, however due to Firebase conflicts with App Engine, that route is a no-go.

I understand there is also the User API, which can be used for things like restricting Cloud Endpoints calls to logged in users.

How can I roll a user auth system for my application? The best solution that comes to mind would be to just store user emails and passwords in Google Cloud Datastore, and check if the combination exists when a user logs in. However, I'm fairly unfamiliar with creating user systems and this seems like it would come with some sort of security issues.

you can use Firebase Authentication with Google App Engine. Your information that you have to use manual scaling instance is not correct. This was a bug and were fixed. Please see the following post for more informations

Verify Firebase Token at Google App Engine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM