nstranquist / rpg-quest-firebase

the firebase functions for my game, rpg-quest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPG-Quest: Firebase Cloud Functions / Backend

This is the repo for my cloud functions (hosted on firebase) that will serve as the backend for my game

Here's the Front-End

Functions:

  • getPlayer()
  • updatePlayer()
  • getAllMonsters()
  • getRandomMonster()
  • getAllFormulas()

Future Goals:

  • CRUD with more advanced data
  • test the functions/database with larger quantities of data
  • Integrate with Redux and Redux Persist on the frontend
  • Add triggers for notifications, formulas, and more

About

the firebase functions for my game, rpg-quest


Languages

Language:HTML 50.5%Language:TypeScript 49.5%