EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 446 forks source link

Make firebase database offline or online #1268

Open s-triar opened 5 years ago

s-triar commented 5 years ago

I am searching method like goOnline and goOffline in firebase database but neither them is exist. what I need is something like this https://firebase.google.com/docs/reference/js/firebase.database.Database.html#gooffline

I need to disconnect the app from server and connect again with code even the internet is connected.

saibbyweb commented 3 years ago

any update on this?