-
Notifications
You must be signed in to change notification settings - Fork 390
[Firestore] Typescript interface missing in the admin SDK for FirestoreDataConverter
#1074
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
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
FirestoreDataConveerter
FirestoreDataConverter
Thanks for filing this! This needs to be addressed in the Firebase Admin SDK, so @hiranya911 is a better owner. |
This is similar to #1064 @schmidt-sebastian what other new types should be re-exported from firebase-admin? |
This might be the list:
|
@schmidt-sebastian @hiranya911 Thank you guys for the swift response 👏 Any idea when this can be released? |
[READ] Step 1: Are you in the right place?
Cloud Firestore support is provided by the
@google-cloud/firestore
library. Therefore the easiest and most efficient way to get Firestore issues resolved is by directly reporting them at the nodejs-firestore GitHub repo.If you still think the problem is related to the code in this repository, then read on.
file a Github issue.
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
Typescript interface missing in the admin SDK for
FirestoreDataConveerter
. As a result, I'm unable to use thewithConverter
method safely in my firestore queries.Relevant Code:
Possible solution
I want to implement a data converter in typescript, somewhat like this
To achieve this, we can export in interface from within the admin SDK's types, somewhat like this
The text was updated successfully, but these errors were encountered: