Firestore credentials

Describe the problem/error/question

Hello,
I am using firestore nodes in my n8n pipelines.
Im facing the issue of authorization:
So everyday I have to sign in using my credentials to be able to use firestore nodes.

Any solution for this?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:**1.0.1
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**npm
  • Operating system:

Hey @Nazih_Saba,

Is it every day or every 7 days? I would recommend updating as we did have an issue with oauth tokens not refreshing a while back but I can’t remember the exact version so an update would rule that out.

it needs to sign in everyday.
And any link the the oauth solution?

Hey @Nazih_Saba,

There is no link to a solution it just involves updating, I can’t remember what the life is for the google tokens it could be 3 hours or an hour so it would also be useful to know if it is short than a day or if is 24 hours, after midnight or any other pattern. If you accidentally have 2 n8n instances running using the same credential that may also trip things up a bit.

And I will need to update the credentials manually? or an easier way exists?

Hey @Nazih_Saba,

If you are using the credential we provide for the node it should take care of itself.

Yes, I am using the predefined credentials for firestore, but Still, I need to open my credentials and connect to firestore everyday :')

Have you tried updating yet?

Im really sorry, but I dont understand what you mean by Updating.

Have you updated your n8n installation from 1.0.1?

An no not yet.
im still working on 1.0.1

Get that update done to a later version and see if that resolves it.

Okay thank you so much!