You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to implement my own custom version of delete-user-data but I cannot manage to import firebase-tools to make use of it's recursive delete function.
I used "npm install -g firebase-tools && npm install firebase-tools" to get the needed node_module into my project but at import it says "Could not find a declaration file for module 'firebase-tools'.".
I tried npm i --save-dev @types/firebase-tools but it doesn't find any types and I couldn't find declaration file for firebase.tools.
In your delete-user-data extension you manage to import and use firebase-tools, can you describe how you did it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried to implement my own custom version of delete-user-data but I cannot manage to import firebase-tools to make use of it's recursive delete function.
I used "npm install -g firebase-tools && npm install firebase-tools" to get the needed node_module into my project but at import it says "Could not find a declaration file for module 'firebase-tools'.".
I tried
npm i --save-dev @types/firebase-tools
but it doesn't find any types and I couldn't find declaration file for firebase.tools.In your delete-user-data extension you manage to import and use firebase-tools, can you describe how you did it?
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions