nerdynikhil / bloggy

Blogging on the go, simplified.
https://apkpure.com/bloggy/tech.nerdynikhil.bloggy
3 stars 4 forks source link

Implement One Tap sign-in authentication #1

Open nerdynikhil opened 3 years ago

nerdynikhil commented 3 years ago

One Tap uses the same password store as Autofill and Smart Lock for Passwords making use of Google Identity Services.

0_5hB936kXFYpQIuCg

eliasreis54 commented 3 years ago

Hey @nerdynikhil what's up? i was looking in the code, and i didn't see the login with firebase. Are you using that in the project?

nerdynikhil commented 3 years ago

Hello @eliasreis54. Firebase hasn't been implemented in the project yet.

The database is stored in my cPanel.

image

And all the functions are carried through REST APIs written using PHP hosted on https://flutter.smarttersstudio.com/test/

However, there are a lot of commented codes as I was trying to implement Firebase.

You are free to replace your own google-services.json and proceed.

Don't hesitate to ask if you need any help in further clarification. Thanks :)

eliasreis54 commented 3 years ago

i can try to implement the firebase in project. With firebase you'll be able to sign in your users with federated serves and a lot of other features.

nerdynikhil commented 3 years ago

@eliasreis54 Assigned. :)