firebase / firebase-admin-python

Firebase Admin Python SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
1.03k stars 320 forks source link

FR: Manage projects and security rules #472

Open radyz opened 4 years ago

radyz commented 4 years ago

I recently came across a project where I needed it the following functionality and had to implement it via the rest api:

I'll be glad to integrate those into the sdk

hiranya911 commented 4 years ago

Managing projects is already supported: https://firebase.google.com/docs/reference/admin/python/firebase_admin.project_management

We do not wish to expose operations management directly. But we already use it internally for certain use cases.

Security rules management is currently available in our Node.js SDK. If you or somebody wishes to port that to Python that would be great :)