Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report() on iOS crash #14

Open
mswokk opened this issue Aug 24, 2017 · 1 comment
Open

report() on iOS crash #14

mswokk opened this issue Aug 24, 2017 · 1 comment

Comments

@mswokk
Copy link

mswokk commented Aug 24, 2017

In RNFirebaseCrashReport.m

RCT_EXPORT_METHOD(report:(NSString *)message)
{
FIRCrashLog(message);
assert(NO); // ===> Crash.
}

Is it intented?

@ianlin
Copy link
Owner

ianlin commented Aug 24, 2017

Yeah it unfortunately is as stated in Firebase's iOS Document there is no such thing like Android's FirebaseCrash.report().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants