Kevin Zhang
Kevin Zhang
I tried to run Sample on the Pixel emulator and there was no same error. But it will be on my phone.
This is because the last line of the dockerfile is `CMD ["sh"]` instead of `CMD ["firebase", "emulator:start"]`, so you should use the following command to run: ``` docker run -p...
you can try changing the command. please check out my solution: https://github.com/schollz/progressbar/issues/64#issuecomment-2226858924
I solved the problem in my Project in the following ways: - I use uuid to replace the original ggid - I use uuid to delete attachment (`removeAttachment()`) instead of...