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.

Feat: add support of firebase auth - sign in with apple ID

See original GitHub issue

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x ] feature request

the users/clients should be able to sign in with an apple ID/account since it’s now officially supported by firebase

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kjetilhpcommented, May 27, 2020

Seems like the provider string is case sensitive, [providers]=“[‘google’, ‘facebook’, ‘Apple’, ‘microsoft’, ‘twitter’]” and that you have to use uppercase A in apple, but lowercase for all others.

Also no mention of Apple in the current documentation besides that it is a working feature.

0reactions
AnthonyNahascommented, May 27, 2020

Ok I will check that

Read more comments on GitHub >

github_iconTop Results From Across the Web

Authenticate Using Apple | Firebase - Google
You can let your users authenticate with Firebase using their Apple ID by using the Firebase SDK to carry out the end-to-end OAuth...
Read more >
Integrate 'Sign in with Apple' with Firebase Authentication
In this article, we will look into how you can integrate 'Sign in with Apple' with app that is using Firebase Authentication.
Read more >
[Feature Request] Sign In With Apple · Issue #2884
Looks like Firebase now supports sign in with apple: Would be great to ... feat(auth): add initial support for Apple auth provider #2979....
Read more >
Getting started with sign in with Apple using Firebase ...
In this video, Firebase Senior Developer Advocate @PeterFriese will walk you through how to get started with sign in with Apple on iOS...
Read more >
Sign in with Apple now available for Firebase Auth
Firebase Authentication provides an end-to-end identity solution for your applications, which allows you to authenticate and verify users ...
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