-
-
Anyone knows if there ary any integrations for Vue and the Parse-mBaaS ?
Check: http://parseplatform.org/
-
NIFCloud-mbaas/ncmb_js ですが、 babel-nodeで利用したいので以下のissueとPRを出しました。
ご確認宜しくお願いします。
https://github.com/NIFCloud-mbaas/ncmb_js/issues/219
https://github.com/NIFCloud-mbaas/ncmb_js/pull/220
-
This open source project has a great structure that I'm still trying to wrap my head around.
I was able to run the API server, set up Axway MBaaS, and able to run the iOS/Android App.
However, I…
yozef updated
4 years ago
-
Bitmap変換時に何らかが原因で容量が増えている?模様
(EventCreateActivity内のgetBitmapAsByteArray関数内でbyteArrayOutputStreamのサイズを出力してみたところ画像サイズ:5.29MB ➔ 11.90MB に変化)
NCMBの一度に送れるオブジェクト容量が*10MBということで5MBくらいの画像を登録しようとしてもFileSizeLi…
-
自作アプリからプッシュ通知送信にmBaaSを利用していますが、数ヶ月前からAndroid向けのプッシュ通知が届かなくなりました。
試しに https://console.mbaas.nifcloud.com の REST APIツールから送信を行っても、iOS宛てには届きますが、Android宛には届かず、https://console.firebase.google.com 側で確認してもメッ…
-
backend側はnode.jsで自分で作る構想を当初はしていたが
MBaasに頼ってみるのも手か
とりあえず導入してみて使い勝手が良ければそのまま行こうと思う
https://firebase.google.com/?hl=ja
-
monacaにてIOSのプッシュ通知を行いたいたく、mbaasにてプッシュ通知を装備、設定し、ビルドしたのですが、エラーで止まってしまいます。
エラーメッセージ
Missing push notification provisioning file. If you don't use push notifications, please disable the push notificatio…
-
mBaaSを使用してクロスワードの懸賞機能を実装してみました。
基本は公式マニュアルからのコピペで実装できました。
是非遊んで見てください!
(Android)
https://play.google.com/store/apps/details?id=jp.pasoluck.newcatcrossword
(ソース)
http://pasoluck.web.fc2.com/Prize.zip…
-
UWP, Mobile ともに、いずれ必要になると思うので issue だけ立てておきます。
1. Instance domain
2. Streaming API domain
3. ClientId
4. ClientSecret
の 4つ は、今はハードコードだけど、
1. 2. はユーザーに入力してもらって、
3. 4. は初回利用時に登録して得る必要があり、どこかに…