flappy-royale / flappy-royale

A 99-player last-bird-flapping battle royale
https://flappyroyale.io
158 stars 16 forks source link

Migrate all server-related things from Firebase to Azure #331

Open lazerwalker opened 4 years ago

lazerwalker commented 4 years ago
lazerwalker commented 4 years ago

I re-wired up the getItemFromLootBox tests, but the processNewRecording test file was previously already nonfunctioning (we refactored out the entire file it was trying to test). Might be worth trying to get those tests functioning again some day; that day is not today.

lazerwalker commented 4 years ago

FWIW, I'm leaving the Firebase SDK in the native apps for now. It's needed on Android for push notifications (and maybe some other stuff? It's deeply tied up in first-party Google services), and the only thing we're doing in native iOS land is analytics, which we might as well leave in place rather than build out an Azure thing.