Firebase.Net | C # wrapper over Firebase database REST API | Database library
kandi X-RAY | Firebase.Net Summary
kandi X-RAY | Firebase.Net Summary
C# wrapper over Firebase database REST API. Built on .Net Standard 1.6, requires Visual Sutdio 2017 to open.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Firebase.Net
Firebase.Net Key Features
Firebase.Net Examples and Code Snippets
Community Discussions
Trending Discussions on Firebase.Net
QUESTION
On my C# based Web API I have implemented Google FireBase Push and can already send push messages with Title and Body but when I try to add a Data payload into it, it is not accepting it. The error is:
Cannot implicitly convert type 'System.Collections.Generic.Dictionary' to 'Firebase.NET.Contracts.IPayload'. An explicit conversion exists (are you missing a cast?)
This is my code.
SendFireBasePush.cs:
...ANSWER
Answered 2018-Aug-17 at 16:31Have you tried doing as the error says and casting the Dictionary
to the Payload
type?
It seems that you just need to do the following:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Firebase.Net
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page