tiny db calling tinydb get tags not matching with firebasedb get taglist
That's because the tags and values are stored in different places.
TinyDB is a little XML file on your phone
FirebaseDB is up on some Google server somewhere.
They live their own lives, minding their own businesses.
also TinyDB is a local database on your device, therefore you get something back immediately while Firebase is an online database, so you get something back a little bit of time later in an event
Taifun