Thank you for providing this app example. I am also using firebase in my app. Following your structure, I put firebase configuration details in firebase.yml file. But I get the following error with devtools::check():
── Error ('test-golem-recommended.R:55:1'): (code run outside of `test_that()`) ──
Error: Cannot find configuration file, see `?firebase_config`
Is there something else I need to do in addition to firebase.yml? Thank you.
Thank you for providing this app example. I am also using firebase in my app. Following your structure, I put firebase configuration details in
firebase.ymlfile. But I get the following error withdevtools::check():Is there something else I need to do in addition to
firebase.yml? Thank you.