You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the Firebase extension for integrating Stream Chat with Firebase Auth successfully. New users are being created in both Firebase Auth and my Stream Chat dashboard. However, I am facing an issue with the "connect user" function provided by Stream, as outlined in their tutorial. My main challenge lies in connecting a Firebase user upon signing up or logging in and passing their Firebase information to the function. My specific roadblock is in generating an automatic JWT token for this process. Unlike Stream's use of a hardcoded token for a single user like "luke-skywalker," I have multiple users. How can I efficiently generate and pass JWT tokens for each individual user in this scenario dynamically?
The text was updated successfully, but these errors were encountered:
lando1212-cpu
changed the title
Stream Chat + Firebase Authorization?
Stream Chat + Firebase Authorization? Swift/SwiftUI, XCode, IOS
Aug 15, 2023
I have downloaded the Firebase extension for integrating Stream Chat with Firebase Auth successfully. New users are being created in both Firebase Auth and my Stream Chat dashboard. However, I am facing an issue with the "connect user" function provided by Stream, as outlined in their tutorial. My main challenge lies in connecting a Firebase user upon signing up or logging in and passing their Firebase information to the function. My specific roadblock is in generating an automatic JWT token for this process. Unlike Stream's use of a hardcoded token for a single user like "luke-skywalker," I have multiple users. How can I efficiently generate and pass JWT tokens for each individual user in this scenario dynamically?
The text was updated successfully, but these errors were encountered: