File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ It's possible to add other parameters to work with your instance of Parse Server
57
57
securityContext: securityContext, // Again, required for some setups
58
58
coreStore: CoreStoreMemoryImp()); // Non persistent mode (default): Sdk will store everything in memmore instead of using Sembast as an internal DB.
59
59
```
60
-
60
+ ⚠️ Please note that the master key should only be used in safe environments and never on client side ‼️ Using this package on a server should be fine.
61
61
62
62
#### Early Web support
63
63
Currently this requires adding ` X-Parse-Installation-Id ` as an allowed header to parse-server.
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ It's possible to add other parameters to work with your instance of Parse Server
52
52
coreStore: await CoreStoreSharedPrefsImp.getInstance()); // Local data storage method. Will use SharedPreferences instead of Sembast as an internal DB
53
53
```
54
54
55
+ ⚠️ Please note that the master key should only be used in safe environments and never on client side ‼️
55
56
56
57
#### Web support
57
58
Due to Cross-origin resource sharing (CORS) restrictions, this requires adding ` X-Parse-Installation-Id ` as an allowed header to parse-server.
You can’t perform that action at this time.
0 commit comments