### Firebase 專案設定
```jsx=
const firebaseConfig = {
apiKey: "AIzaSyDAJOFRKPuO0NIAcvs6koF6cPstlkIUpDQ",
authDomain: "mochar-dad76.firebaseapp.com",
projectId: "mochar-dad76",
storageBucket: "mochar-dad76.appspot.com",
messagingSenderId: "855274896471",
appId: "1:855274896471:web:c5d8e8ec250e8b3be37712",
measurementId: "G-YTMXL4S0TB"
};
```
### 參考用戶流程簡報
https://docs.google.com/presentation/d/1HLDAQZHgY7BRY5VeuUDu7nQ0QRUqRN2CeRhIDCyd-r8/edit#slide=id.g131923478e1_0_96
### 參考的API規格
https://zhang-teng-wen.gitbook.io/osense-space-sdk/reference/api-reference
### 登入流程會使用的API
1. Update user profile api
2. Get user profile api
### Metamask流程額外會使用的API
1. Get nonce api
2. Verify web3 signed api
3. Get NFT list api
4. Get avatar list api
### 上傳檔案 (大頭貼)會使用的API
1. Upload file api -> get post signed url
### Avatar SDK使用流程