feat: Configure Firebase initialization with platform-specific options and add URL types for Google authentication

This commit is contained in:
Van Leemput Dayron
2025-11-02 19:02:39 +01:00
parent 459047e2c4
commit 2eac2348a9
3 changed files with 120 additions and 71 deletions

View File

@@ -51,5 +51,17 @@
<string>Cette application a besoin de votre position pour afficher votre localisation sur la carte</string>
<key>GIDClientID</key>
<string>521527250907-3i1qe2656eojs8k9hjdi573j09i9p41m.apps.googleusercontent.com</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>REVERSED_CLIENT_ID</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.521527250907-3i1qe2656eojs8k9hjdi573j09i9p41m</string>
</array>
</dict>
</array>
</dict>
</plist>