baumblatt / capacitor-firebase-auth

Capacitor Firebase Authentication Plugin
MIT License
261 stars 129 forks source link

Where to add GoogleService-Info.plist #143

Closed mesqueeb closed 3 years ago

mesqueeb commented 3 years ago

I'm not sure where to add GoogleService-Info.plist.

On Firebase it says:

image

But for capacitor, is this in ios/App or in ios/App/App ?

djabif commented 3 years ago

For iOS open your ionic project on Xcode and drag the GoogleService-Info.plist file into your Xcode project in App/App like in the following screenshot:

image