Deepak Goyal

Results 156 comments of Deepak Goyal

I have tested in the native Android using Firebase auth SDK. ``` System.out.println(user.getMetadata().getCreationTimestamp()); // output 1505257026000 ``` The creationTime returned by the Firebase auth Android SDK is the same as...

I have tested this issue. Case A: - Opened the dynamic link in the browser (Chrome). - Browser redirects to the corresponding mobile app. - `FirebaseDynamicLinks.instance.onLink` is called. - At...

@russellwheatley any update on this? should we keep using the v8 in the service worker?

I used this https://github.com/xanscale/LocalhostToolkit/blob/master/app/src/main/java/localhost/toolkit/app/appcompat/RequestPermissionLauncher.java With an adjustment that I have added the request code when calling `launch()` and also I'm passing the request code back. ``` import android.content.Context; import android.content.pm.PackageManager;...

I also have a similar issue. The issue is not only from the Firebase Android or iOS SDK. This issue is actually with all the Firebase dynamic links and Slack....

I reported this issue to Firebase support on Nov 22, 2019. But the issue was not reproducible. We had a lot of discussions. Here is the case ref: ``` Case...

![Screen Shot 2022-07-27 at 1 32 59 PM](https://user-images.githubusercontent.com/14223997/181604314-f269859f-40bb-4e04-9461-a5600887eb79.png) I just selected yes in the Play Console.

It seems that this commit https://github.com/DavBfr/dart_pdf/commit/21be6b5644e068e8e1a9f241cc5acc03833df38f resolves the issue.