You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a pure firebase DB layer and implement own ACLs. This might support multiple coaches having the same view of a single game, but I think it might be a lot of work, and I don't know if there's a lot of value in that.
Rely on Google Drive for ACLs, and use Google Drive's REST API as database. This might be interesting, if the native format was a Google Sheet, and so player lineups and position setup could be done in the spreadsheet.
I'm kind of inclined to have the data live in Google Drive, but maybe the approach in #3 is a good way to transmit the data into Firebase app. The question is how do we then persist the game data back into the spreadsheet (and is that even an important direction)?
Could be via Firebase database layer, or an API to Google Sheets.
The text was updated successfully, but these errors were encountered: