Heifarabuval
Heifarabuval
Hello, I'm encountering the same issue with the `The caller does not have permission (403)` error when deploying via a GitHub Action for Firebase Hosting. **Context**: Iām using a GitHub...
> Hello, > > I'm encountering the same issue with the `The caller does not have permission (403)` error when deploying via a GitHub Action for Firebase Hosting. > >...
> @Heifarabuval can you post some screen grabs where you added "Firebase Extensions Viewer" role? i dont see it when i search roles to add dropdown. thanks. Hi! I added...
> i dont have "Edit Principal" option Permissions Tab just shows permissions by Principal or By Role. I can add Roles to these principals but not permissions.... > > Now...
**Hello,** I am facing the same issue with the Firestore node in n8n. Even though I explicitly define certain variables as **STRING** in the SET node, Firestore still interprets them...
The problem comes from the `jsonToDocument` function that turns our input data into Firestore format. Right now, if you give it a string that looks like a number (like `"09871234"`),...
I've been looking into `jsonToDocument` in `GenericFunctions.ts` and found the issue. The current check `!isNaN(value as number)` is too aggressive. It forces any string composed of digits (like "0123" or...