Authentication
How to setup the user authentication with Firebase Auth
Last updated
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>[REVERSED_CLIENT_ID]</string>
</array>
</dict>
</array>
<key>GIDClientID</key>
<string>[CLIENT_ID]</string>