EddyVerbruggen / nativescript-plugin-firebase

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

Disable/Enable Firestore Network #1764

Open msaravitz opened 3 years ago

msaravitz commented 3 years ago

Encountered a use case where it would be beneficial to have the ability to forcefully disable and enable the Firestore network for offline usage as shown here in the firestore docs https://cloud.google.com/firestore/docs/manage-data/enable-offline#disable_and_enable_network_access. Would it be possible to get this functionality added? I attempted a pull request but got a bit lost in the process and was unable to get the demos running, is there a guide for contributing to this plugin? Thanks