Firebase authentication
Squid seamlessly integrates with Firebase Authentication to authorize user actions like querying and updating data, calling executables, and more.
To use the Firebase Authentication integration with Squid, first connect your Firebase app to Squid.
Navigate to the Squid Console. Choose your app and environment (dev or prod), and then click the Integrations tab.
Select Firebase Authentication from the Available integrations tab.
Provide the following details:
- Integration ID: You can select an ID of your choice, but it's better to keep it brief and meaningful
- Project ID: This is a unique identifier for your Firebase project. You can view your project ID in the Firebase Console.
- Click Add integration.
Now that you added the Firebase Authentication integration, check out the authentication documentation to see how to use Firebase Authentication with Squid in your app.