Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.1 KB

Build a Wiki with Angular and Firebase

This example shows how to build a wiki-type web application using Angular and Firebase (specifically Firestore).

Please read Build a CRUD App with Angular and Firebase for a tutorial that explains how to build this example.

Getting Started

Prerequisites A few things you'll need to make this example work:

To install this example, run the following commands:

git clone git@github.com:oktadeveloper/angular-firebase-wiki-example.git
cd angular-firebase-wiki-example

Open src/app/app.module.ts and enter your Firebase and Okta configuration values.

Help

Please post any questions as comments on this repo's blog post, or visit our Okta Developer Forums.

License

Apache 2.0, see LICENSE