tylermcginnis / re-base

:fire: A Relay inspired library for building React.js + Firebase applications. :fire:
2.13k stars 143 forks source link

Offline data with .enablePersistence() #267

Open shansmith01 opened 5 years ago

shansmith01 commented 5 years ago

Hi. I am having a great time using firebase and re-base. I have successfully got auth working and I am connecting to a database with syncState.

Can anyone guide me with how to work with offline data and .enablePersistence(). At the moment If i have no connection I can not load my app.

Any tips appreciated

Thanks