capacitor-firebase-auth | Capacitor Firebase Authentication Plugin | Authentication library
kandi X-RAY | capacitor-firebase-auth Summary
kandi X-RAY | capacitor-firebase-auth Summary
Capacitor Firebase Authentication Plugin
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Fill the given credentials with the given credential
- Gets the credential parts
- Initialize the configuration
- Initializes the phone authentication provider
- Initializes the plugin
- Checks if the user is authenticated
- Initializes the Facebook
- Handles a Google SignIn activity
- Sign in the call
- Handle an activity result
- Initialize this service
- Initializes the server with the given plugin
- Sign out the current user
- Asynchronously attempt to start the app
- Fill result with verification code
- Starts the user
capacitor-firebase-auth Key Features
capacitor-firebase-auth Examples and Code Snippets
Community Discussions
Trending Discussions on capacitor-firebase-auth
QUESTION
So I'm having trouble updating the Facebook SDK for iOS and Android on my Ionic Capacitor 3 project. The Facebook SDK for iOS has to be version 8 or higher to support the new iOS 14 tracking updates.
The thing is, the Facebook dashboard sends me to this url Facebook upgrade guide. For iOS, you only have to add some pods to your Podfile, but this doesn't seem to change anything. I'm using the capacitor plugin capacitor-firebase-auth to handle the authentication.
I'm not really sure what I'm doing wrong, is it a problem that I don't use the Facebook SDK directly, by using it through capacitor-firebase-auth?
This is the warning I'm getting:
I'm using:
- Ionic 5
- Capacitor 3
- capacitor-firebase-auth 3.0.0
- My Podfile.lock shows a FacebookSDK of 5.15.1
ANSWER
Answered 2022-Jan-10 at 12:15Solved it by using the Facebook Capacitor Login plugin. Keep in mind that it took 3 days before the iOS SDK version in the Facebook Dashboard got updated!
QUESTION
I'm working on a capacitor app that uses capacitor-firebase-auth for phone auth using firebase. The app now has thousands of users and for the vast majority everything works fine. However, a few users per day are not able to login with phone number, and most of them are using a custom ROM like lineageos.
In order to debug the problem, I installed lineageos on one of my devices. Logcat of login with phone number looks like this:
...ANSWER
Answered 2021-Jun-02 at 06:14ok, I found the solution: for some reason, google-services.json did not include my play store signing SHA1 key, despite it being present in firebase admin console. Solution: I removed the SHA1 key and added it again... Afterwards, google-services.json included my release SHA1 and phone auth works even on lineageos.
Apparently SHA256 is required for phone verification using safetynet which works on standard androids, and SHA1 is only required for the recaptcha flow which is required on non-standard androids. This explains why it worked for the vast majority of users.
QUESTION
I've created a web app using React and Capacitor to build for iOS and Android.
Android works fine and I've been able to submit to the Play Store without issue. However upon submitting my iOS version to Apple, I received an email explaining that my app is using a deprecated API: UIWebView and it should be using WKWebView instead.
Upon further investigation though, I've found references (here and here) to the fact that as of version 1.2.0, Capacitor has removed references to UIWebView.
I'm using version 2.1.2 of Capacitor core, cli, and iOS. So I'm confused as to why I'm still receiving this error.
Ultimately, does anyone know how to proceed with debugging this?
All the best.
PS not sure if it helps, but this is my package.json dependencies:
...ANSWER
Answered 2020-Sep-10 at 08:07It’s capacitor-firebase-auth, you have to update to 2.0.0 or newer
https://github.com/baumblatt/capacitor-firebase-auth/issues/89
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install capacitor-firebase-auth
You can use capacitor-firebase-auth like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the capacitor-firebase-auth component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page