This Kendo UI for Angular sample project demonstrates how to set an editable Grid for CRUD operations by using the real-time Firebase database by Google.
- Clone this repository by using your favorite Git client or by executing
git clone https://github.com/telerik/kendo-angular.git
. - Enter the examples directory by running
cd examples
. - Run
npm install
to install the project dependencies. - Run
ng serve grid-firebase
for a dev server. - Navigate to
http://localhost:4200/
.
The application is hosted through Firebase on the https://api-project-400013235268.firebaseapp.com/ URL. For more information on the Firebase hosting, refer to the official Google documentation.
For more information on using Firebase, refer to the following articles from the official documentation by Google: