FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
120 stars 18 forks source link

Firebase Dynamic Links / Deep Linking falls on null check when passing doc reference as param in routing #2308

Open JustUserHere opened 8 months ago

JustUserHere commented 8 months ago

Has your issue been reported?

Current Behavior

Hey! When I'm using Firebase Dynamic Links / Deep Linking with reference to doc as one of param - it fails on null check error. Through red screen of error it is quickly passing to the needed page at the end.

Expected Behavior

should not happen :)

Steps to Reproduce

  1. generate link with doc reference
  2. open it

Reproducible from Blank

Bug Report Code (Required)

IT4giMjfsYt2m+FF7rruYO9WimU4HFAhaq00sNobbxAjIoDoPJkUaczOUFJBcNfjYG9lKEWGpEMG3ML4iIXPKvkoNTCWGaY5+rhMYQ7hZFi/aoSPC5eSe0dABd5UI0CF35+s2CN7LtVYc1YN60+EJOeXFw/vQZ/7Zwh9f6PHaOI=

Context

i want to avoid crashes

Visual documentation

https://github.com/FlutterFlow/flutterflow-issues/assets/143803526/8f588353-34fb-4d68-b23f-f202e52c0670

Снимок экрана 2024-02-06 в 19 54 12

Additional Info

No response

Environment

- FlutterFlow version: 3.13.7
- Platform: Mac
- Browser name and version: Safari
- Operating system and version affected: Mac
JustUserHere commented 8 months ago

When app installed from Google play (internal testing) - something changing and link just opening app and it is not response for taps on the screen. At the same time same code downloaded directly from FF - works as on video recording from me.

So i cant release app in google play (and probably not a good idea to release it on ios too) with this bug - i will appreciate a lot for your effort to look on it! thanks!

JustUserHere commented 7 months ago

@hariprasadms @agreaves Dears, what is your ETA to fix this bug please? I need to decide either to disable this and do release or wait for bug fix. Thanks for keep me updated

takashiff commented 7 months ago

Hi @JustUserHere, unfortunately we are unable to provide an ETA on bug fixes. I would recommend disabling it for now, until a fix has been released. Thanks

J-Amaya commented 5 months ago

I have a similar issue, when I pass the link to current page to a widget it crashes, but if i get it in a dialog as a text it is ok. but it was ok until we changed the pages names.