-
Updated
May 23, 2020 - TypeScript
realtime-database
Here are 199 public repositories matching this topic...
Documentation Feedback
How can I test the messaging().onMessage
method?
I tried to issue the SharedEventEmitter.emit ('messaging_message_received')
event but was unsuccessful.
Any workaround?
Motivation
Hello everyone, I'm opening this issue because I'd like to improve the documentation on this feature that I found actually amazing for testing my firestore-triggered (and http-triggered) cloud functions locally, adding breakpoints.
I want to share it because I was struggling for many days in order to debug my cloud functions locally, and maybe improving documentation can be a be
Goals
Update code to npm install --save realm@5.0.0
at realm package installation instruction after switching to Realm JavaScript 5.0.0 Latest in the documentation.
Expected Results
npm install --save realm@5.0.0
at installation instruction of Realm JavaScript 5.0.0 Latest in the documentation.
Actual Results
Package installation with the instruction of 4.0.0beta version in the
The ReactFire repo now uses the All Contributors spec to recognize the contributions of everyone that has helped out with ReactFire v2.
User Query :
Hi
How can I update some column values from javascript ?
There are no such update method in "CloudQuery".
I think it would be useful to have the From
field in onMessageReceivedCallback
. The Java API for example does provide this: https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/RemoteMessage#getFrom()
Use case is if you are subscribed to multiple topics you may want to handle it differently depending on the topic. Currently you have to send the topic name also in
FR: Enum with errors
I find useful having this
https://firebase.google.com/docs/auth/admin/errors
as an enum exported from typings.
Is this something you are fine with? I can open a PR
We currently only run a few select unittests with encryption - we should extend this so that all unittests are run with encryption, at least periodically (it takes a while, so may not be needed on PR's, but master once a day for example)
-
Updated
Apr 29, 2020 - TypeScript
-
Updated
Mar 22, 2020 - Swift
Add a source map to the doc generation process so that reference docs can link directly into source files for each function/constant/etc.
Goals
Migrate local realm to cloud
Expected Results
Sample code should compile
Actual Results
It seems the sample code is using outdated API's
#import "AppDelegate.h"
@import Realm;
@import Realm.Dynamic;
@import Realm.Private;
@interface AppDelegate ()
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingW
-
Updated
May 8, 2020 - C#
-
Updated
Apr 28, 2020 - C++
-
Updated
May 16, 2020 - PHP
Documentation
Add documentation to repo.
- API documentation
- Design documentation - at a high level, what is statecraft, what problems is it aiming to solve
- Differences with other systems:
- Kafka
- SQL
- Datomic
- Message queue
- Demos & examples, with documentation each time
- Roadmap
-
Updated
Mar 10, 2017 - Java
-
Updated
Apr 17, 2017 - JavaScript
-
Updated
May 16, 2020 - PHP
-
Updated
Apr 30, 2020 - Elixir
-
Updated
Mar 4, 2018 - Kotlin
-
Updated
Oct 27, 2018 - Java
-
Updated
May 13, 2020 - TypeScript
-
Updated
Nov 28, 2019 - QML
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Apr 20, 2018 - HTML
-
Updated
Apr 19, 2020 - Scala
Improve this page
Add a description, image, and links to the realtime-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the realtime-database topic, visit your repo's landing page and select "manage topics."
The encryption section in Java docs https://realm.io/docs/java/latest/#encryption leads to an example that doesn't properly provide a best practice solution for how to store keys used for encryption.