Hi Bubblers!
I’m building a simple ios mobile app on bubble + BDK Native plugin. My main functionality is sending reminders via push notifications.
I’d like to get rid of mandatory sign up and make it as easy as possible to set reminders and start receiving them. Also, I’d like to save user settings.
So my question is how I can signup users without asking them any information?
One option that came to my mind is using OneSignal Player ID as login. I’m already using Player ID as a destination for push notifications. I googled that it changes only when user delete app or change device. So will it be enough?
Are there any possible problems with that method? Or any better solutions?