Is that possible for window application to receive push notification message from Firebase? If yes, how it works?
相关问题
- Is there a Delphi 5 component that can handle .png
- Is there a way to install Delphi 2010 on Windows 2
- Plugin with id 'com.google.gms.google-services
- adding sha1 in firebase app fails with error
- Inheritance impossible in Windows Runtime Componen
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- How can make folder with Firebase Cloud Functions
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- How can I add media attachments to my push notific
- CosmosDB emulator can't start since port is al
No, firbase is only available for android/ios and javascript. javascript mean that in some way we can play in win32/64 system, but you will need to analyze the javascript protocole to emulate it inside your win32/64 software. Maybe a more easy way will be to use somethink like node.JS inside your software to emulate a browser and javascript