I followed many topics in community. but didn’t got clear idea about this case. That is why I posting.
These days I developing application with kodular with firebase realtime database. It has no login or registration process. Anyone who uses the application can view the data. I set my firebase real time database rules as below.
“.read”: true, “.write”: false
But now the problem is anyone who has my firebase database url can access the database to read data. I need to prevent it and needs only to allowing reading data only from my app? how can I do this?
further more, what is firebase token in firebase extension in kodular? tutoarial videos says web api key is the firebase token. but app works fine even with kodular automatically generated token. then what is the purpose of this token??