Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jul 9, 2023
1 parent e2a5106 commit 720373a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

**Quick reference:**

- [Setting-up 'firebase-admin' on the server](https://github.com/colyseus/demo-firebase-authentication/blob/main/server/src/rooms/MyRoom.ts#L11)
- [Providing Firebase's `accessToken` from client-side to the server-side](https://github.com/colyseus/demo-firebase-authentication/blob/main/client/src/index.js#L20-L24)
- [Verifying token provided by client on the server-side](https://github.com/colyseus/demo-firebase-authentication/blob/main/server/src/rooms/MyRoom.ts#L20-L22)
- [Accessing authenticated user's data on the server-side](https://github.com/colyseus/demo-firebase-authentication/blob/main/server/src/rooms/MyRoom.ts#L26)
- [Setting-up 'firebase-admin' on the server (`server/src/rooms/MyRoom.ts`)](https://github.com/colyseus/demo-firebase-authentication/blob/main/server/src/rooms/MyRoom.ts#L11)
- [Providing Firebase's `accessToken` from client-side to the server-side (`client/src/index.js`)](https://github.com/colyseus/demo-firebase-authentication/blob/main/client/src/index.js#L20-L24)
- [Verifying token provided by client on the server-side (`server/src/rooms/MyRoom.ts`)](https://github.com/colyseus/demo-firebase-authentication/blob/main/server/src/rooms/MyRoom.ts#L20-L22)
- [Accessing authenticated user's data on the server-side (`server/src/rooms/MyRoom.ts`)](https://github.com/colyseus/demo-firebase-authentication/blob/main/server/src/rooms/MyRoom.ts#L26)

**Requirements:**

Expand Down

0 comments on commit 720373a

Please sign in to comment.