小编err*_*ode的帖子

使用电容器共享插件共享文件

我需要分享一个 PDF 文件。我使用 CapacitorJS 来实现本机功能。

let shareRet = await Share.share({
  title: 'See cool stuff',
  text: 'Really awesome thing you need to see right meow',
  url: 'http://ionicframework.com/',
  dialogTitle: 'Share with buddies'
});
Run Code Online (Sandbox Code Playgroud)

这是从例子中得来的。但我的数据是 base64 字符串。有没有办法以附件形式分享?

javascript capacitor capacitor-plugin

6
推荐指数
2
解决办法
5089
查看次数

Firebase Auth +自己的Api

是否可以仅使用firebase auth,然后使用自己的数据库创建自己的api?

因此,我编写了一个使用Firebase令牌进行身份验证的REST API。

谢谢!

authentication rest firebase firebase-authentication

5
推荐指数
1
解决办法
900
查看次数