Greg Fenton

Results 54 comments of Greg Fenton

> I have the same problem with Mac OS Sonoma 14.3. If I set the Firestore port in firebase.json to anything other than 8080, it works. Can anyone else confirm...

@wLotherington are there any errors in your browser's JS console when you do that?

My main concern is that this snippet is highlighted [in the documentation](https://firebase.google.com/docs/firestore/solutions/counters) as the source for the Distributed Counters pattern. But these tests do not show how to use the...

I'm still running into what seems like the same issue here? ![image](https://github.com/nodeca/js-yaml/assets/4407559/8e744eb5-8522-4267-a227-f9ca5abcb1db) Here's the "bad YAML": ```yaml --- works: '1': 11 !!str 2: 22 !!str 3: 33 broken: !!str 1:...