angularfire2-offline icon indicating copy to clipboard operation
angularfire2-offline copied to clipboard

πŸ”Œ A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.

Results 29 angularfire2-offline issues
Sort by recently updated
recently updated
newest added

Hi how are you? I need your help because I have implemented your library for an ionic app and I need the following: - I need to know how to...

i got this error ERROR in node_modules/angularfire2-offline/database/angularfire2-interfaces.d.ts(4,32): error TS2694: Namespace 'firebase' has no exported member 'Promise'. node_modules/angularfire2-offline/database/angularfire2-interfaces.d.ts(5,35): error TS2694: Namespace 'firebase' has no exported member 'Promise'. node_modules/angularfire2-offline/database/angularfire2-interfaces.d.ts(6,35): error TS2694: Namespace...

I am using angularfire2-offline in my application. I am storing array of students objects. some thing similar to ``` students: AfoListObservable; students = afoDatabase.list('/students'); ``` On the UI, ` {{student.name}}...

This project helped provide an offline solution to Firebase consumers before offline support was officially supported. Now that Firebase has released [Cloud Firestore](https://firebase.google.com/docs/firestore/) I personally recommend using it going forward....

Solving error Namespace 'firebase' has no exported member 'Promise'.

Let’s get started with automated dependency management for angularfire2-offline :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

In the latests version of firebase, the firebase.Promise not working more.

Hi, when I close my App ionic 3 and turn off my wifi and reopen my App then I save some the data, this data is not displayed in my...

I need to query the same node (/bookings) with two completely different queries and one is temporary and one is live while I am on the page. I keep getting...