Fehler: "FirebaseAuthentication" -Plugin wird auf iOS nicht implementiertIOS

Programmierung für iOS
Anonymous
 Fehler: "FirebaseAuthentication" -Plugin wird auf iOS nicht implementiert

Post by Anonymous »

Ich versuche, Google Anmeldung für meine Kondensator / FireBase -App für die iOS -Plattform zu implementieren. Ich verwende das @capacitor-fireBase/Authentifizierung Paket. https Hier: https://github.com/robingenz/capacitor- ... pp/podfile
Probierte alle Tipps zur Fehlerbehebung hier: https://capawesome.io/blog/troubleshoot ... citor-ios- isues/#plugin-is-not-implemented
Lesen Sie alle Probleme mit dem Stackoverflow/Github, die über ein "Plugin sind nicht implementiert werden auf IOS". (Die meisten sagen nur zu NPX Cap Sync iOS , die ich jedes Mal erstelle, und ich habe garantiert, dass der FirebaseAUth Pod existiert)
, aber ich erhalte diesen Fehler trotzdem, wenn ich versuche, FirebaseAuthentication zu verwenden. Das Plugin "FirebaseAuthentication" wird auf iOS nicht implementiert

Code: Select all

  plugins: {
FirebaseAuthentication: {
skipNativeAuth: false,
providers: ["google.com"],
},
},
< /code>
Dies ist in meiner Podfile < /p>
target 'App' do
capacitor_pods
# Add your Pods here
pod 'CapacitorFirebaseAuthentication/Google', :path => '../../node_modules/@capacitor-firebase/authentication'
end
Und dies ist in meiner AppDelegate.Swift -Datei: FirebaseApp.configure () .
Alle Tipps würden geschätzt.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post