
Yes

And sure you can give details on what info so I'll be 100% sure

What secret keys are you using in the client-side? If you're talking about the endpoint and projectId, then yes it's safe to store.

Appwrite initialization.
That holds the key and url
Wanted knowing if it's safe from reverse engineering or cracking

What "key" are you talking about? If you're referring to the Appwrite API Key (https://appwrite.io/docs/keys), that is NOT safe to put in your flutter app.

the details provided by appwrite when a project is created.
how do one safely store that in flutter app
this was what I meant โ๏ธ

I think you mean the your appwrite project endpoint and project id

Yes @ski


Though @safwan said it's safe at main.dart

I appreciate you all
@safwan @ski @Steven

i meant for the server side. when you're creating an appwrite function ๐

please rephrase

the project id and endpoint are fine. api keys should never be stored on the client side.

^

ok, I will store them on appwrite

[SOLVED] Backend access security

Not even in appwrite, no one should have access to it except of you

So how do I store it @D5 ?

what exactly are you trying to store and what are you trying to do with it?

Locally in the user device

@Steven appwrite endpoint and secret details, for access to appwrite backend

I don't know what you mean by secret details

As mentioned before, the endpoint is not sensitive and can be shared

ok
Recommended threads
- Flutter - FCM: App Crashes when receivin...
- Firebase Messaging Causes ANR on Notific...
I am working on a Flutter project where I have set up notifications using Firebase Messaging. Everything was working perfectly until recently. After coming back...
- Flutter 3.32 Upgrade Warning โ Appwrite ...
Hey everyone, just a heads-up after upgrading to Flutter 3.32! This likely wonโt impact your development, but I wanted to give you a quick warning. ``` [log] W...
