> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/resources/troubleshoot-issues/cant-sign-in-to-account.md).

# Can't sign in to account

There are a few common reasons a login may not go through. Review the situations below and follow the steps that match what you’re experiencing to quickly regain access to your account.

### If you see the error message: `Error (auth/firebase-app-check-token-is-invalid)`

If you see this error when signing in, please update your app to the latest version and try again.

Go to **Settings > Help > Check for updates** to update the app, or follow the links below:

* [Windows - Microsoft Store](https://www.microsoft.com/en-us/p/upnote/9mv7690m8f5n?activetab=pivot:overviewtab)&#x20;
* [Windows - installer](https://download.getupnote.com/app/UpNote%20Setup.exe)
* [Mac](https://itunes.apple.com/us/app/upnote-an-elegant-note-app/id1398373917?ls=1\&mt=12)

If you have more than one UpNote installation on your device, please remove all versions and reinstall a single copy to ensure everything works properly.

### Unable to sign in with Google or Apple

Try hovering over the “Sign in with Google/Apple" button and clicking the pop-out icon to open the link in your browser to sign in.

<div align="left"><img src="/files/gd6zQYdywTCBJu8IVwYN" alt="" width="348"></div>

### Forgot password

* Follow [this guide](/get-started/manage-your-account/reset-password.md) to reset your password.&#x20;
* If you don’t see the password reset email, please make sure you’re using the latest version of UpNote and check your mailbox’s spam or junk folder.

***

Still need help? [Contact us](/resources/contact-us.md) and we’ll assist you further.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.getupnote.com/resources/troubleshoot-issues/cant-sign-in-to-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
