简体   繁体   English

Firebase 动态链接是否适用于 PWA 应用程序?

[英]Do firebase dynamic links work with PWA applications?

Firebase dynamic link documentation does not show Web as a category it supports but I wanted to know if there is any hack out there where can get it to work for PWA applications? Firebase 动态链接文档没有将 Web 显示为它支持的类别,但我想知道是否有任何 hack 可以让它在 PWA 应用程序中工作? the google analytics tracking for firebase is a powerful feature, especially for dynamic links.用于 firebase 的谷歌分析跟踪是一项强大的功能,尤其是对于动态链接。

Even though there is no specific API for this, since Dynamic Links are just URLs, you can indeed use then within a web app.尽管没有特定的 API,但由于动态链接只是 URL,您确实可以在 Web 应用程序中使用 then。

For example, we used them in the PWA for the Firebase Summit in 2018 to track click-throughs to the additional information for each session.例如,我们在 2018 年 Firebase 峰会的 PWA 中使用它们来跟踪点击每个会话的附加信息。

If you are having issues with your PWA not running correctly in Facebooks (insert expletive) Mobile Browser.如果您遇到 PWA 无法在 Facebook 移动浏览器(插入脏话)移动浏览器中正确运行的问题。 Using dynamic links will force it out to the regular browser)使用动态链接会将其强制输出到常规浏览器)

Do not use a custom domain, use the https://YOURDOMAIN.page.link不要使用自定义域,使用https://YOURDOMAIN.page.link

and DO NOT skip the preview page!并且不要跳过预览页面!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Flutter 中的 firebase_dynamic_links 不适用于 Android 版本 13 - firebase_dynamic_links in Flutter does not work on Android version 13 Firebase & iOS 14 > 动态链接跟踪和活动会继续有效吗? - Firebase & iOS 14 > Will dynamic links tracking and campaigns continue to work? 动态 Firebase 值配置 - React PWA - Dynamic Firebase Values configuration - React PWA Firebase 动态链接是新安装后的 null,但安装后运行良好 - Firebase dynamic links are null after new install, but work well when installed Firebase 动态链接不适用于带电容器的 ios - Firebase Dynamic links not working for ios with capacitor 有没有办法在 Play 控制台上验证 Firebase 动态链接? - is there a way to verify Firebase Dynamic Links on Play Console? Flutter Web Firebase Auth 的持久性在 PWA 上不起作用 - Flutter Web Firebase Auth's persistence doesn't work on PWA Firebase 动态链接 Android fallbackURL 不起作用 - Firebase dynamic links Android fallbackURL is not working Flutter Firebase 动态链接不适用于 facebook - Flutter Firebase Dynamic Links Not working on facebook 添加 ofl 到动态链接 firebase flutter - Adding ofl to dynamic links firebase flutter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM