Hello, I am new to ionic and looking for the most simple way to share a set of variables between all the users of my application. I have a “prize pool” that should be shared between every user, and updated when one of these users adds to the pool. Additionally I need to hold users login info somewhere, but I believe there are multiple easy ways to do this like with Ionic Storage.
I have heard firebase might be able to do what I am looking for, but I am hesitant to go ahead with this option. It may be too bloated for my simple scenario?
I have heard something about using PUSH cordova to send information between my apps. And I have seen someone mention webIntent that may be able to do what I am looking for.
The obvious solution is a server with a database, but that may be hard to implement and cost me a good deal of cash in the long run.