mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-06 01:16:34 -06:00
14 lines
323 B
Markdown
14 lines
323 B
Markdown
- Switch to Firebase Hosting
|
|
- Likes hosted on Firestore & Cloud Functions
|
|
- Switch to XML representation
|
|
```xml
|
|
<SceneList>
|
|
<Scene id="oa3nf4gkgjX">
|
|
<Quote character="Michael">
|
|
This is the quote body.
|
|
</Quote>
|
|
</Scene>
|
|
</SceneList>
|
|
```
|
|
- Add unique ID to all quotes to preserve likes
|