question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Help] Any samples on how to authenticate an user (Google/Facebook/..) with Firebase?

See original GitHub issue

Any examples on how to authenticate an user (Google/Facebook) to get an access token for Firebase?

or how to get the oauth access token in C#?

var facebookAccessToken = "<login with facebook and get oauth access token>";

Thanks! 😃

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
bezysoftwarecommented, Jun 18, 2016

Hi, I will add a sample for facebook login, but in the meantime you can use this SDK to the login: https://github.com/Microsoft/winsdkfb

0reactions
garyngcommented, Sep 12, 2016

Awesome! 👍 👍 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firebase Authentication
Firebase Authentication lets you add an end-to-end identity solution to your app for easy user authentication, sign-in, and onboarding in just a few...
Read more >
Authenticate Using Facebook Login on Android - Firebase
You can let your users authenticate with Firebase using their Facebook accounts by integrating Facebook Login into your app.
Read more >
How to Authenticate Users And Save Data in a Database ...
We will be using Firebase Authentication here to validate registered users. There are several ways to authenticate users: Email & Password ...
Read more >
Auth with Google, Facebook, Twitter & Phone Methods (PART 1)
Flutter & Firebase Authentication | Auth with Google, Facebook, Twitter & Phone Methods Today you'll learn the best way to flutter firebase ......
Read more >
Build a Role-based API with Firebase Authentication
Almost every app requires some level of authorization system. In some cases, validating a username/password set with our Users table is enough, but...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found