-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
How to use master key in .Net (not on cloud code, needed on local code) #3702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The best is to create a Cloud function, and call your function from the .Net client. Inside that function, you set |
@natanrolnik Thank you so much for the reply. 👍 |
We don't allow masterKeys in the clients for security reasons, as any user would have full control over you parse deployment |
@saikiran644 you don't need a Cloud Jobs for this. A simple |
Thank You @natanrolnik & @flovilmart 👍 |
I'm trying on some code where the data should be fetched irrespective of ACL (like using a master key). But I couldn't find it in .Net (where to include). Please help with the issue.
The text was updated successfully, but these errors were encountered: