-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to use it in real project? #3
Comments
@denandreychuk Hi! Unfortunately, this library is no longer supported. But if you describe your problem, I will be glad to help you! |
After I installed the library, and try to use it with DocumentReference, I still have this error:
If I understand correctly, this one should extend functionality of TransformOperationExecutor to make it suitable with Firebase. Am I need some additional setup to make things work? |
@denandreychuk could you please clarify which version you have installed? There are two versions: |
Thank you for your reply! I'm using backend version for NestJS. |
@denandreychuk Thanks for the clarification! Could you please try to install the latest version and test: npm intall --save @ronas-it/class-transformer-firestore@2.0.0-rc1 Note: make sure to import it in a global place, like import '@ronas-it/class-transformer-firestore'; |
Hi! I think that this is exactly what i need, but I'm not sure how to use it in my code. Could you please provide some general example for this library?
The text was updated successfully, but these errors were encountered: