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
Improve behavior for realtime channel creation and improve docs by @jan-tennert in #831
If a channel with the same channelId exists, Realtime#channel() will return it instead of creating a new one. The channel will now also be saved after calling Realtime#channel() instead at subscribing.
Make the dialog type for the Native Google Sign In configurable by @jan-tennert in #832
New type parameter for rememberSignInWithGoogle(), only functional on Android.