Robin Genz
Robin Genz
Hi @Squix, i've never tested my plugins with `@angular/fire`. Please provide a Minimal, Reproducible Example (see [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)) so I can have a look. One...
Hi @kyleabens, this should already work (see https://github.com/robingenz/capacitor-firebase/tree/main/packages/authentication#signinwithphonenumber). ```ts import { FirebaseAuthentication } from '@capacitor-firebase/authentication'; const signInWithPhoneNumber = async () => { const { verificationId } = await FirebaseAuthentication.signInWithPhoneNumber( {...
Okay, i will have a look 👍
Hi @braincomb, interesting thought. I need to do some research. On which platform does the problem occur? Native Android, Native iOS or Web?
Thank you for the information. I was able to reproduce the issue with Twitter and GitHub Sign In on Android. I have created a Firebase App Check plugin for Capacitor...
@braincomb I am very busy this week. I will have a look at it this weekend/next week.
> I have also looked at how Facebook authentication behaves since it also uses a callback URL, and noticed that it opens a Custom Tab. What do you mean exactly?...
Thank you @EinfachHans! I will take a look soon.
Closed by a6a0720b9151492bbcf029bd26f8907030bd3359.
Thank you! I will have a look.