Allow client-side Firestore access
Description
Allows direct access to a Firestore collection from the client-side without making Ajax callbacks to the Alpha Anywhere server.
Discussion
Checking Allow client-side Firestore access lets you bypass server-side Ajax callbacks when working with Firestore data.
- Benefit
- Description
- Improved performance
Direct access to Firestore reduces server load and improves data access speed.
- Requires security configuration
Proper Firestore security rules must be set to ensure secure access from the client.
See Also