proper user creation flow with GetStream.io and firebase?
问题 I am new to getStream.io and I am trying to understand a user creation flow with getstream.io and firebase. If I create a new user in firebase and then pass in their firebase UID to functions such as: client = stream.connect('YOUR_API_KEY', 'API_KEY_SECRET'); //generate new user client.user('<FIREBASE UID>').create({name: "Jane Doe", occupation: "Software Engineer", gender: 'female'}); //generate token for the user const userToken = client.createUserToken('<FIREBASE UID>'); //Allow user to