0
Hi, I’m going to ask this question because I’ve read several Firebase documents and I haven’t been able to get anything so far. First of all I know that my question may have several extensive answers, but if anyone can help me, I thank you already.
- I’m creating a sales app, but I need to save these sales online.
- For the products I am using PARSE. She makes the online query and returns the products. If there is no internet show a warning saying I am without internet.
- But in sales I’d like to do it differently. The user could make the sale normally and when he connects to a network these sales would be sent automatically.
Nowadays I know that there are several libraries that do this (Realm is one and Firebase is another) Reading the Firebase documentation I know that it does this too. But I could not understand very well how it works. Today I already use Firebase in my project. I use their "module" Analytics. The rest I never touched.
So I wonder if someone can explain this to me better ? Or if someone has done this kind of synchronization and if I can help, it would be rewarding.
Thank you.