Skip to content

A blogging system builted on Firebase Realtime Database.

License

Notifications You must be signed in to change notification settings

rdstach/firewrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firewrite 0.2.0

forthebadge

A blogging system builted on Firebase Realtime Database. To setup Firewrite, take a look at the setup's readme.

Inserting Configuration

You will insert the configuration that you got from Firebase into src/config.js.

Example Firebase Configuration
var config = {
    apiKey: "XXX",
    authDomain: "XXX",
    databaseURL: "XXX",
    projectId: "XXX",
    storageBucket: "XXX",
    messagingSenderId: "XXX"
};
firebase.initializeApp(config);

I recommend using JavaScript Obfuscator to encrypt your configuration, just like I did.

Caught a Bug?

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Move into the repository's directory: cd firewrite
  3. Run live-server

License

Firewrite is licensed under the MIT License. You can view the license.md file here.

About

A blogging system builted on Firebase Realtime Database.

Resources

License

Stars

Watchers

Forks

Packages

No packages published