• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Firebase Realtime File Provider in ASP.NET Core File Manager Control

This sample demonstrates how to utilize the Firebase realtime cloud storage database with File Manager component. To run the service, create an firebase realtime database and then register the firebase realtime database Rest API link and rootNode name within the RegisterFirebaseRealtimeDB method to perform the file operations.

DEMO
SOURCE

The File Manager component is used to explore a file system through a web application, similar to the windows explorer for windows. It supports all the basic file operations such as create, rename, delete, refresh and so on.

Note: File Manager's upload functionality is restricted in online demo. To work with upload functionality, please download firebase-realtime-database-aspcore-file-provider from the GitHub repository.