File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,30 @@ Supabase client for PHP:
1313- When you creating your supabase table, make sure RLS (Row Level Security) option be [ ×] disable.
1414- If RLS are enable [ ✓] maybe you getting some errors.
1515
16+ <details >
17+ <summary ><h3 >
18+ ⚠️ Warning
19+ </h3 >
20+ </summary >
21+ <p ><b ><i >
22+ if you push the code to production while Row-Level Security (RLS) is disabled,
23+ it can pose a security threat to your application. To secure your app, please enable Row-Level Security.
24+ Otherwise, write an Object-Oriented PDO connection with PostgreSQL. **
25+ </i >
26+ </b >
27+ </p >
28+
29+ ### Env config code:
30+ ``` env
31+ HOST=aws-o-ap-south-pool.supabase.com
32+ PORT=6543
33+ USERNAME=postgres.grufgrcytvrh
34+ PASSWORD=[Your Password]
35+ DATABASE=postgres
36+ ```
37+ </details >
38+
39+
1640
1741### ` Install `
1842* Install Supabase client for our project.
You can’t perform that action at this time.
0 commit comments