LanderBeeuwsaert

Results 36 comments of LanderBeeuwsaert

@niklasvh Seems you've been updating the project. I would be eager to get this one in. Let me know if you would need more exact code than this somehow.

@SamuraiPetrus Hey, yeah, the structure of the project has been completely changed from 0.5 to 1.0.0 due to conversion to typescript. I've searched a time ago where it should go...

@canoncarlson my pleasure, thanks for the update. We'll integrate it and be able to update in the coming weeks because of this.

We have the same issue when we do upload() via firebase admin to the storage emulator, since updating from 11.9.0 to 11.16.0

Hi @rosalyntan , it's only on the emulator. The exact same code & rules works if I run it (locally) against a real firebase environment. The code and rules have...

Hi @yuchenshi , seems we found the culprit. Moving from "old non-modular" angularFire code: ![image](https://user-images.githubusercontent.com/1098243/192523433-130d4b0c-019e-4b74-bfe1-3740164e8009.png) to newer angularFire code ![image](https://user-images.githubusercontent.com/1098243/192523518-cfb5b43a-5a10-4fc5-a236-225d9ee907e5.png) ![image](https://user-images.githubusercontent.com/1098243/192523970-b0ddff51-206c-44f5-890a-d5a7d2872185.png) solved it. So IMO it seems to be a...

I have somewhat the same issue. Did you find a solution for the problem? I also have a firebase integration, but I don't think it's related to that, as I...