├── README.md ├── firebaseConfig.js ├── foto └── icon.png ├── index.html ├── main.js ├── style.css └── test.js /README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /firebaseConfig.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berthutapea/firebase/HEAD/firebaseConfig.js -------------------------------------------------------------------------------- /foto/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berthutapea/firebase/HEAD/foto/icon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berthutapea/firebase/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berthutapea/firebase/HEAD/main.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berthutapea/firebase/HEAD/style.css -------------------------------------------------------------------------------- /test.js: -------------------------------------------------------------------------------- 1 | test --------------------------------------------------------------------------------