Viewing entries in
Firebase

Keeping the Realtime in Firebase's Realtime Database

1 Comment

Keeping the Realtime in Firebase's Realtime Database

If you’ve used Firebase you know that one of the cooler aspects is watching the realtime database do its thing live right in front of you.  However, as you start to add more and more data, the realtime functionality will get turned off.  Check out this article to see how to work around the issue so you can continue to debug and see those updates occur in realtime.

1 Comment