Giter Site home page Giter Site logo

Comments (7)

hiranya911 avatar hiranya911 commented on May 25, 2024 3

@windsurfdrew We released this API for Node.js today. It will be ported to Python soon. If you like you can also help us expedite the launch by providing a pull request.

The Node.js implementation can be found at https://github.com/firebase/firebase-admin-node/blob/master/src/auth/auth.ts#L200

from firebase-admin-python.

hiranya911 avatar hiranya911 commented on May 25, 2024

I believe @bojeil-google has been working on something along the 1st requirement. 2nd requirement is supported in the backend REST API. I wonder if we should simply expose that in the SDK.

from firebase-admin-python.

bojeil-google avatar bojeil-google commented on May 25, 2024
  1. list all users is in the works.
  2. getting a list of users given a list of uids would be done with a wrapper for getUser. You can easily implement that. This is not a popular request unlike the first one.

from firebase-admin-python.

hiranya911 avatar hiranya911 commented on May 25, 2024

@bojeil-google Since ID toolkit REST API accepts lists of UIDs, emails and phone numbers, can we implement a bulk get with just one call to the server (as opposed to getting one user at a time, in a loop)? I agree, it's not a very common feature request. I'm just curious to know.

from firebase-admin-python.

bojeil-google avatar bojeil-google commented on May 25, 2024

This is really a low priority. It is actually the first time i see this request. There are many other critical features that have higher priority. I personally don't think we should support it until we see a decent amount of requests for it.

from firebase-admin-python.

windsurfdrew avatar windsurfdrew commented on May 25, 2024

We're creating firebase users that only exist for the duration of the session, along the lines of the firebase for real time events example. We need to periodically clean up the orphaned firebase users from clients who have not exited gracefully. It would be helpful both to get the full list of users and be able to bulk delete a set of users.

from firebase-admin-python.

hiranya911 avatar hiranya911 commented on May 25, 2024

This was released in v2.6.0

from firebase-admin-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.