DEV Community

Discussion on: Announcing Appwrite 0.9: The open source Firebase alternative

Collapse
 
jagaryousef profile image
Jagar

Good work, but you will need more to work on the security concern since saving strings in android is not safe and if anyone can conncet the API using these strings only, it could be an issue.

Collapse
 
christyjacob4 profile image
Christy Jacob • Edited

Thanks a lot but you can add these strings as part of your build config and access them inside your code using BuildConfig.[your string name]

This is a pretty standard practice 😊