Authenticate with Stream Feeds
Made by Stream
Synchronizes Firebase Authentication users with Stream, and creates Stream Activity Feed authentication tokens.
Cómo funciona esta extensión
Use this extension to sync a Stream Feeds project to Firebase Authentication.
Syncing your Stream Feeds project to Firebase Authentication gives you server-side access to pre-configured Firebase Cloud Functions , enabling you to use any of the following Firebase Authentication SDK sign-in methods in your app:
- Email and password-based authentication
- Federated identity provider integrations (Google, Apple, Facebook, Twitter, GitHub)
- Phone number authentication
- Custom auth system integrations
- Anonymous auth
Additional Setup
Before installing this extension, make sure that you've set up Firebase Authentication in your Firebase project.
You must also have a Stream Activity Feeds app set up before installing this extension. You can do so on the Stream site.
Billing
This extension uses the following Firebase services, which may have associated charges:
- Cloud Functions
- Secret Manager
This extension also uses the following third-party services:
- Stream Activity Feeds ( pricing information )
You are responsible for any costs associated with your use of these services.
Note from Firebase
To install this extension, your Firebase project must be on the Blaze (pay-as-you-go) plan. You will only be charged for the resources you use. Most Firebase services offer a free tier for low-volume use. Learn more about Firebase billing.
You will be billed a small amount (typically less than $0.10) when you install or reconfigure this extension. See Cloud Functions under Firebase Pricing for a detailed explanation.
Cómo instalar esta extensión
Usa Firebase console
Puedes usar Firebase console para instalar y administrar las extensiones.
Instala con consoleUsa Firebase CLI
También puedes usar Firebase CLI para instalar y administrar las extensiones.
Paso 1: Ejecuta el siguiente comando npm para instalar la CLI o actualizarla a la versión más reciente.
npm install -g firebase-tools¿No funciona? Consulta la referencia de Firebase CLI o cambia tus permisos de npm .
Paso 2: Configura un nuevo directorio de proyecto de Firebase o navega a uno existente
Paso 3: Agrega esta extensión al manifiesto de tu extensión ejecutando
firebase ext:install stream/auth-activity-feeds --local --project=projectId_or_alias
Step 4 (Optional): Test this extension locally with the Firebase Emulator Suite
firebase emulators:start
Paso 5: Implementa las extensiones en el manifiesto de tu proyecto
firebase deploy --only extensions --project=projectId_or_alias