Is there a reason there is no loadBundle function in the admin-sdk? #2537
Unanswered
justinh00k
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used the bundle creator extension to create a bundle of several queries. Previously I was running these queries server-side using the admin sdk.
Is it a good idea to instead load the bundle server side? I don't see any bundle helper functions. It seems like I could just fetch the bundle, then use something like the unofficial "firebase-parser" to extract the data. But are there any better ways to do this, or is there a reason you would only want to access bundles using the client SDK?
Beta Was this translation helpful? Give feedback.
All reactions