Opack
Opack
[Firestore emulator] `setDoc` issues a `CREATE` request but also a `UPDATE` request at the same time
> Hey @opack, thanks for reporting this. The source code for the Firestore emulator doesn't actually live in this repo (firebase-tools just downloads the compiled binary at runtime), but I've...
@sweatybridge Same here: I had the very same problem and using the beta version correctly added my triggers in the squashed file 🥳
@sweatybridge That being said, it seems that statements like the following are lost after squashing 😩 ```sql alter publication supabase_realtime add table public.posts; ```
If someone has the same issues as we do (with the squash not gathering the `alter publication` statements), it is indeed logic because when I think about it, the migration...
Thanks for the clarification! I do not have access to my project right now, so I'll have to wait until Tuesday to check this out, but I'll definitely try this!...
Many thanks for the solution and explanations! 🙏 I don't know if you'd rather leave this issue opened to keep track of this doc update, so I won't close it,...
Sorry to post a comment only to say that I would really very much love to have this, but I really would 😅 Still no update on this subject?
I would love this to be working too 🙏 At least, I'm a bit relieved that I'm not alone with this issue 😅