Open dharaspatel opened 1 year ago
@dharaspatel I believe you should see the functions you can call at the functions section on the Firebase console. You can call them as you would call firebase cloud functions in SWIFT
When you create or delete user even from Firebase Authentication console, you can see from Functions menu, it gets called when the event happens. Also, when you enabled the Email/Password login setup, when you register a new user, the function gets called.
In the GetStream console, it looks like it gets called twice per every cloud function call but I think it's due to logger in the cloud function.
I see how things are being triggered but I don't think it creates any records in the GetStream backend. Also, logger view in GetStream doesn't show the body of the log message. (Also, we do need an option to suppress the log since it would waste 2 API calls)
How are you supposed to debug this? Also, why wouldn't the record gets created?
Hi, I'm trying to use this extension for my Apple app written in SwiftUI. I've successfully installed the extension. But, it's unclear to me how it actually works. Does a new user automatically create a token in StreamChat? If so, how to I access the token once its been created in order to connect the user to the ChatClient?