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
- Google signin with appwrite
I want to use Google sign in in android and create session from idToken using appwrite. But, i don't know if it's achievable or not. because i don't want to use...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
