Database suggestion

I am developing sample app in ionic app to save name in db
how i go for database and which is better for me to use please suggest me the way i need to implement native app.
1 Like

Easiest way is to use AngularFire to firebase db.Firebase is awsome ,give it a try…

1 Like

Simplest way of storing values in to db is use of sqlite plugin it is described in bellow link

http://ngcordova.com/docs/plugins/sqlite/

thanks :slight_smile:
Is it free

Thanks let me check this is new to me :slight_smile:

hi toanuranjans
i have checked AngularFire could please give me some example url for angular Firebase demos implemented


apis used might be old(not deprecated)… but a good one to start with firebase. check the docs for new syntax

Please visit

hi Guys ,
thanks for good suggestion , i need one more help when i am adding new record at that time one system generated key is created by firebase (please check the below images) and i am having trouble when i am reading that json object please suggest me how should read all node data

image _

or any alternative to access that system generated.

hi,
thanks for good suggestion , i need one more help when i am adding new record at that time one system generated key is created by firebase (please check the below images) and i am having trouble when i am reading that json object please suggest me how should read all node data

image
or any alternative to access that system generated.

What object you are passing to Firebase?

@ toanuranjans it was under users node .i got answer how to parse that object.