--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/d73fbf3d-5495-4f56-885b-1f6be05a0d8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi all,I have a hybrid app on Phonegap/Cordova.

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/5c2f42b4-f201-46b7-b38b-202b64a0e9eb%40googlegroups.com.
So if they have a native app that opens a webview, I think the strategy would be:1. Get the Dynamic Link via the native FDL library2. Grab the link parameter just like they would if they were any other native app3. Go ahead and open whatever they want to within their webview. Maybe that's exactly the content of their link parameter, but it might be something else. That's completely up to them.It should be fairly straightforward. Although if they were looking for some kind of "automagically turn a FDL into a web view location" solution, I don't think we can help.