Example of Firebase Realtime File Provider in Javascript File Manager Control

/
/
Firebase Realtime File Provider

This sample demonstrates how to utilize the Firebase Realtime Database file system provider with File Manager control. It supports all basic file operations such as create, rename, delete, cut, copy, paste, upload, download, and more.

More Details...

Description

To run the service, create a Firebase realtime database and then register the database's Rest API link, root node name, and service account key path in the RegisterFirebaseRealtimeDB method to perform the file operations. Checkout this Firebase Realtime Database file system provider from the GitHub repository to connect with RegisterFirebaseRealtimeDB method. Note: File Manager's upload functionality is restricted in online demos for security reasons. To work with upload functionality, please download firebase-realtime-database-aspcore-file-provider from the GitHub repository.