Julius Huck
Julius Huck
For people that do not call getIdToken(true) with the true as a parameter, please check this issue: https://github.com/stripe/stripe-firebase-extensions/issues/478
I would also love to see an exact option of function. The current one is just confusing. I need to extract the year from a string that has one of...
I had a similar problem after I upgraded to yarn 4.0.1 installed by corepack. I was not able to run yarn --immutable in CI. It always kept saying, that it...
For me, I temporally solved it by copying the code of the object support plugin and then add a small null check. See this: ``` js const objectSupportDayPlugin = (o,...