Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.
/ eventual Public archive

Some kind of facebook page event accessor management thing or something.

Notifications You must be signed in to change notification settings

thewrongjames/eventual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventual

Some kind of facebook page event accessor management or something.

Application Design

The application is designed to be hosted through firebase. It consists of a currently incredibly bare-bones (to the point of not having any css at all) web-component page that allows users to log in to give it access to the facebook page they want to share the events from, and then a bunch of firebase functions written in typescript that handle getting the required tokens for these users and the routes that users can go to for JSON once they have logged in.

Repo Commands

These will require the firebase-tools package from npm to be installed globally.

Emulating locally:

firebase emulators:start

Before running the emulators you may want to run the following command in the functions directory in order to copy down the configuration that is expected to hold the facebook app credentials (file should be gitignored).

firebase functions:config:get > .runtimeconfig.json

Deploying:

firebase deploy

In both cases --only hosting, --only functions, or --only firestore should be able to be used to filter down to only a particular part, but things might get complicated because the hosting remaps the http functions to turn up at a certain point, so, who knows.

About

Some kind of facebook page event accessor management thing or something.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published