-
Notifications
You must be signed in to change notification settings - Fork 43
Don't understand how to use this tool. #28
Comments
Does your project also use a yarn package manager? |
The project uses yarn, but the instructions were incorrect. I should write a brief guide for folks where Keep in mind that
module.exports.migrate = async ({firestore}) => {
// Use firestore like you normally would
await firestore.collection('something').doc('big').set({nice: 'field'});
};
|
Closing the issue for now. If you have any questions, please comment! I've pinned the issue so other folks who have trouble can easily find it. |
I need to do a migration and would love to use this tool but the README is not very helpful. Can you do a tutorial or add more documentation?
I installed yarn then tried
yarn add -G fireway
but it saiderror Missing list of packages to add to your project.
The text was updated successfully, but these errors were encountered: