semikolan-co / Simplify

A Simple To-do application using Firebase and Flutter.
0 stars 3 forks source link

Add facebook authentication #5

Open ankurg132 opened 2 years ago

ankurg132 commented 2 years ago

We currently have support for google auth, we also need to add facebook authentication!

Sayam06 commented 2 years ago

I can do, but I need a developer account for that, cannot use my developer account

ankurg132 commented 2 years ago

You can use any demo account and while making a pull request you can just replace the original credentials with something like "add your secret key here"

Sayam06 commented 2 years ago

You can use any demo account and while making a pull request you can just replace the original credentials with something like "add your secret key here"

The thing is that for facebook auth, you need to enter the unique SHA-1 hash value of your app in their website, they don't give you a key separately. So if i do the auth, you guys have to set it up on your facebook dev account (like putting the hash keys and stuffs)

ankurg132 commented 2 years ago

The app is already using Firebase where we only need the ID and secret for facebook which I can set up myself, (SHA keys are already set up there), but for you to use firebase you will need to create a dummy firebase app, add your keys there and enable facebook auth by adding the credentials, in the push, you just need to mention in a comment where we need to add any credentials. You can join the projects discord at discord.semikolan.co for further clarification.