Secure app database

How can I secure my airtable database from hackers???

You must configure the rules in node by user in firebase

Tutorial: https://howtofirebase.com/firebase-security-rules-88d94606ce4a

The User use Airtable has database

And welcome to Kodular Community! :kodular:

@Aleksander and @harundal786 welcome to Kodular Community

Unfortunately there is no method to use rules in airtable.What you can do is to do not share api key,base id and table name.
Similarly,
Don’t share api key and URL of firebase.And to use api keys and important credentials use ‘obfuscated text’ which gives some security to these.You can also use cryptography to encode/decode it.

1 Like

Thanks bro