Where do I log in to use push notifications?

Getting the following message when trying to do push notifications

[Unhandled promise rejection: Error: Error encountered while fetching Expo token, expected an OK response, received: 400 (body: “{“errors”:[{“code”:“VALIDATION_ERROR”,“message”:“The Expo push notification service is supported only for Expo
projects. Ensure you are logged in to your Expo developer account on the computer from which you are loading your project.”,“isTransient”:false}]}”).]

I have another tab opened and logged into my account. Do they mean I have to actually publish my app to my expo account for this to work? There is no login button on the metro bundler page in browser.

I noticed if I want to use app history to connect from the expo go app on my phone I need to be logged in but it loggs in through chrome web browser. Apparently not the same on a PC.

Thanks for any info on this.

Wow I found this about 1 min after posting the question.

expo login

I needed to stop the server, do expo login in cli and then restart the server

You can log in to use push notifications by following these steps:

  1. Open your phone’s Settings app.
  2. Tap Apps & notifications. Notifications.
  3. Under “Recently Sent,” tap an app.
  4. Tap a type of notification.
  5. Choose your options: Choose Alerting or Silent. To see a banner for alerting notifications when your phone is unlocked, turn on Pop on the screen.