Closed jubeater closed 4 years ago
absolutely!
cool,i will do it this week.
Hi wesleylime, I am starting to add the multi app support part, but i am stuck at how to add the multi app configure. I have some ideas:
Another part is how to authenicate with firebase with multi app. I'm thinking is to guide the user using the app name replace the
Do u have any better ideas?
I don't think I understood what you're trying to do. You're wanting to adapt this module so that multiple Firebase apps can use the same Django application?
I don't think I understood what you're trying to do. You're wanting to adapt this module so that multiple Firebase apps can use the same Django application?
yes, That's exactly what i want to do.
Sorry for the delayed response. You would have to provide and load a firebase configuration for each firebase app. I'm not sure the firebase-admin package supports that so that would require either adding support for multiple configs in firebase-admin, or re-implementing the auth functionality within this package. If this is something you're interested in doing I'll leave this issue open pending a pull request. Otherwise I'll mark it as closed. Thanks for the interest!
HI, may i submit a pull request that add support for multi app support in your respository?