I am bit confused how to implement Appwrite with my own Backend... I want a single point of entry and Appwrite should handle all the user/session/permission stuff... but because I have to communicate with a PLC I have to have my own Backend... so my question is how should an architecture look like? I drew a little possible solution? maybe you can tell me what is the best practice for my needs π Also I have to know how calls my PLC (Permission stuff) so the user has to be authenticated :X Also I need realtime updates from my PLC so the user has to see that :X
I would do first one: backend to appwrite and appwrite to app
You can use the API rest to connect the backend to Appwrite and send data to it
And then the Appwrite flutter SDK to connect appwrite to the flutter app
The second one I think will make Appwrite useless? Since if you connect the flutter app to your own backend instead of Appwrite, then the backend will be the one that handles all permissions, etc?
do you have an example how do this? I could not find any example how this should work... or maybe I did not get that π
What do you want the example about, API?
Recommended threads
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...