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
Is it possible to use multiple streams .. say one stream for user object like Firebase.stream(userEndpoint, [](FirebaseStream stream) { });
and the second one for some other object say contacts like Firebase.stream(contactsEndPoint, [](FirebaseStream stream) { });
The text was updated successfully, but these errors were encountered:
Is it possible to use multiple streams .. say one stream for user object like
Firebase.stream(userEndpoint, [](FirebaseStream stream) { });
and the second one for some other object say contacts like
Firebase.stream(contactsEndPoint, [](FirebaseStream stream) { });
The text was updated successfully, but these errors were encountered: