Maurice
Maurice
To be honest, I haven‘t seen any progress on this for a while and I would not consider it to be production ready. I personally opted for kubeDB to set...
I'm running on a single data center so unfortunately I don't have any additional information for you here
Well, for now this is not our main concern.. However, as far as I understand it, if you have your kubernetes cluster span over multiple sites (i.e. having multiple kubernetes...
I checked a bit on this and the relevant documentation can be found [here](https://swagger.io/docs/specification/2-0/adding-examples/?sbsearch=Examples), namely under the heading "Whole Schema Examples". I tried it a bit in the editor and...
For everyone who is interested, I solved this in the following way: ```javascript const { CapacitorFirebaseAuth } = Capacitor.Plugins; const result = (await CapacitorFirebaseAuth?.signIn({ providerId: authProvider, })) as AppleSignInResult; const...
Hi @farcondee and nice to hear that this is helping you out! I got this working for google auth with the following code: ```javascript const result = (await CapacitorFirebaseAuth?.signIn({ providerId:...
Sorry I can't help with that. For me it is working as shown
Hey @nickwang0808 and @baumblatt. I started some work on this over here: https://github.com/mauriceackel/capacitor-firebase-auth/tree/feature/link-auth-provider and have a prototype working. However, it is a bit hacky in my opinion. But w/o understanding...
Hi everyone: I'm currently also facing the issue that the display name is not provided when signing in with Apple. I checked the code of this PR and IMO this...
Done, but it seems that I need to resolve some conflicts. I will try to do this later and give you an update