Xamarin
Learn how to connect your Xamarin app to Filebase.
What is Xamarin?
1. Install the 'Mobile Development with .NET' Tool Package for Visual Studio.

2. Create or open a Visual Studio project.
3. Within your Visual Studio project, view your SolutionExplorer > Packages > Manage NuGet Packages.

4. Browse for and install the following NuGets:
5. Configure your Xamarin app as desired for use with Filebase.
The following code example showcases how to download a file from Filebase:
The following code example showcases how to upload a file to Filebase:
Last updated
