Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some kind of ACL-based sharing with co-coaches #5

Open
jmarantz opened this issue Nov 26, 2016 · 2 comments
Open

Add some kind of ACL-based sharing with co-coaches #5

jmarantz opened this issue Nov 26, 2016 · 2 comments

Comments

@jmarantz
Copy link
Owner

Could be via Firebase database layer, or an API to Google Sheets.

@jmarantz
Copy link
Owner Author

Various ways to go about this.

  1. 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.

  2. 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.

  3. A hybrid, where you start with a spreadsheet but dup the data into Firebase DB. This approach is described in https://sites.google.com/site/scriptsexamples/new-connectors-to-google-services/firebase/tutorials/read-and-write-data-in-firebase-from-apps-script

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)?

@jmarantz
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant