Skip to content

Fix FIAM Display lifecycle interactions #1550

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

Merged
merged 7 commits into from
May 12, 2020
Merged

Conversation

JasonAHeron
Copy link
Contributor

Fixes: #1410
Fixes: #1092

@googlebot googlebot added the cla: yes Override cla label May 11, 2020
@JasonAHeron JasonAHeron requested a review from prakhar1989 May 11, 2020 22:43
@google-oss-bot
Copy link
Contributor

google-oss-bot commented May 11, 2020

Coverage Report

Affected SDKs

  • firebase-inappmessaging

    SDK overall coverage changed from 34.29% (9d75839) to 34.27% (58e68ec5) by -0.02%.

    Filename Base (9d75839) Head (58e68ec5) Diff
    DeveloperListenerManager.java 92.50% 88.10% -4.40%
    FirebaseInAppMessaging.java 63.16% 61.02% -2.14%
  • firebase-inappmessaging-display

    SDK overall coverage changed from 32.30% (9d75839) to 32.84% (58e68ec5) by +0.54%.

    Filename Base (9d75839) Head (58e68ec5) Diff
    FirebaseInAppMessagingDisplay.java 84.16% 87.50% +3.34%

Test Logs

Notes

HTML coverage reports can be produced locally with ./gradlew <product>:checkCoverage.
Report files are located at <product-build-dir>/reports/jacoco/.

Head commit (58e68ec5) is created by Prow via merging commits: 9d75839 1ecc6cf.

@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-inappmessaging:
error: Added method com.google.firebase.inappmessaging.FirebaseInAppMessaging.triggerEvent(String) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

1 similar comment
@google-oss-bot
Copy link
Contributor

The public api surface has changed for the subproject firebase-inappmessaging:
error: Added method com.google.firebase.inappmessaging.FirebaseInAppMessaging.triggerEvent(String) [AddedMethod]

Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly.

@JasonAHeron JasonAHeron requested a review from ashwinraghav May 11, 2020 22:49
@google-oss-bot
Copy link
Contributor

google-oss-bot commented May 11, 2020

Binary Size Report

Affected SDKs

  • firebase-abt

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (aggressive) 85.3 kB 85.3 kB -15 B (-0.0%)
    apk (debug) 894 kB 894 kB +53 B (+0.0%)
  • firebase-common

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (aggressive) 82.5 kB 82.5 kB +6 B (+0.0%)
    apk (debug) 770 kB 770 kB -21 B (-0.0%)
  • firebase-components

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (debug) 35.9 kB 35.8 kB -33 B (-0.1%)
  • firebase-datatransport

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (aggressive) 117 kB 117 kB +10 B (+0.0%)
    apk (debug) 846 kB 846 kB +19 B (+0.0%)
  • firebase-encoders-json

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (debug) 27.4 kB 27.4 kB -7 B (-0.0%)
  • firebase-inappmessaging

    Type Base (9d75839) Head (58e68ec5) Diff
    aar 473 kB 474 kB +60 B (+0.0%)
    apk (aggressive) 610 kB 610 kB -566 B (-0.1%)
    apk (debug) 4.01 MB 4.01 MB +405 B (+0.0%)
    apk (release) 3.29 MB 3.29 MB -118 B (-0.0%)
  • firebase-inappmessaging-display

    Type Base (9d75839) Head (58e68ec5) Diff
    aar 167 kB 167 kB +267 B (+0.2%)
  • firebase-installations

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (aggressive) 84.2 kB 84.2 kB -10 B (-0.0%)
    apk (debug) 794 kB 794 kB -34 B (-0.0%)
  • firebase-installations-interop

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (aggressive) 61.7 kB 61.7 kB -4 B (-0.0%)
    apk (debug) 744 kB 744 kB -3 B (-0.0%)
  • protolite-well-known-types

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (aggressive) 122 kB 122 kB +7 B (+0.0%)
    apk (debug) 643 kB 643 kB +16 B (+0.0%)
  • transport-api

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (debug) 23.0 kB 23.0 kB -17 B (-0.1%)
  • transport-backend-cct

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (aggressive) 47.8 kB 47.9 kB +15 B (+0.0%)
    apk (debug) 101 kB 101 kB +2 B (+0.0%)
  • transport-runtime

    Type Base (9d75839) Head (58e68ec5) Diff
    apk (aggressive) 35.6 kB 35.5 kB -7 B (-0.0%)
    apk (debug) 80.5 kB 80.5 kB -1 B (-0.0%)

Test Logs

Notes

Head commit (58e68ec5) is created by Prow via merging commits: 9d75839 1ecc6cf.

@JasonAHeron JasonAHeron force-pushed the fix_display_racecondition branch from 64206a3 to b8aaa55 Compare May 12, 2020 18:37
@JasonAHeron JasonAHeron requested review from vkryachko and removed request for vkryachko May 12, 2020 21:42
Copy link
Contributor

@ashwinraghav ashwinraghav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chatted with Json offline.

@JasonAHeron JasonAHeron merged commit 0483b0d into master May 12, 2020
@JasonAHeron JasonAHeron deleted the fix_display_racecondition branch May 12, 2020 23:37
@firebase firebase locked and limited conversation to collaborators Jun 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Override cla size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to configure In-App Messaging to show the message after splash screen Message is not showing!
6 participants