In android , will i need to secure database id , collection id , project id for appwrite ?
- 1
- Android
In android , will i need to secure database id , collection id , project id for appwrite ? so that no one can steal my content
Hi ! You don't need to secure these ids, as long as you set the permissions correctly on the appwrite side, the user won't be able to access all the data, but only the data he has permission for.
+1 to the above message and no one can just access these easily if permissions are set
actually i am using firebase login , because appwrite does not give mobile authentication , and provider of appwrite mobile authentication ask for dlt permission
and firebase does not ask for these
can you tell me how can i secure appwrite data with firebase login?
It's not a good idea to use firebase and appwrite together I think. Why appwrite authentication is not enough for you?
Currently appwrite can't work with external authenticator, why don't you use flutter?
same problem with flutter
What's your problem with flutter?
Dlt?
yes and in google sign in it takes to browser for verify that dont looks premium
feel free to 👍🏼 this issue: https://github.com/appwrite/appwrite/issues/2611
Recommended threads
- Subscription Problem
I'm making an app in RN with Expo and Appwrite and there's a functionality which allows the user to create a task/test (i'll be reffering to them collectively a...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...