This is a snippet that uses firebase's firebase-admin to initialize multiple firebase projects in one admin application.
import 'firebase';| { | |
| "background" : "#1d2021", | |
| "black" : "#665C54", | |
| "blue" : "#7DAEA3", | |
| "brightBlack" : "#928374", | |
| "brightBlue" : "#7DAEA3", | |
| "brightCyan" : "#89B482", | |
| "brightGreen" : "#A9B665", | |
| "brightPurple" : "#D3869B", | |
| "brightRed" : "#EA6962", |
| const FullHeightPage = () => ( | |
| <div> | |
| Hello World! | |
| <style global jsx>{` | |
| html, | |
| body, | |
| body > div:first-child, | |
| div#__next, | |
| div#__next > div { | |
| height: 100%; |
This is a snippet that uses firebase's firebase-admin to initialize multiple firebase projects in one admin application.
import 'firebase';Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000