How can I use Firebase on Basic4Android applications? - basic4android

I try to use the new Firebase from Google.How can I use Firebase on Basic4Android applications?

There's a tutorial here in the B4X forum pages:
https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/#content
(Ignore the first line about B4A version 6 not being available.)
Regards
Joe

Related

Integrate getstream activity feed in flutter

So I am trying to integrate activity feed feature from get stream into flutter. But I am not able to get the docs for that. My question is, is it possible to integrate feed feature to flutter app ?
There are various tutorials for integrating chat feature but not the feed feature. Please help.
Note: I am not an experienced flutter developer...
Unfortunately, no Flutter SDK or customized docs for Flutter at the moment but we're considering to allocate some resources for it in Q3 this year.
I highly suggest you to use Flutter platform channels. I had to do that for a project I am working on currently. If you have any questions feel free to ask :)
There is a dedicated Dart package to interact with the API: https://pub.dev/packages/stream_feed
And a core package that simplifies the low-level client by managing state and providing builders: https://pub.dev/packages/stream_feed_flutter_core
Tutorial: https://getstream.io/activity-feeds/sdk/flutter/tutorial/

Use realm in ionic app?

Is it possible to use Realm.io in an ionic app? I have seen, that there is a JavaScript version, but I can only find React examples.
'
So is it possible (and solid) to use realm in an ionic app?
The Crowd is asking, but thereĀ“s no support (yet).
https://github.com/realm/realm-js/issues/261

How to integrate Google+ API in iPhone?

Is there Google API for iPhone out yet?
And if YES, how can i integrate within my application.
Thanks in advance.
This was already answered on SO, see Is there already a Google+ API?.
Basically, go to http://developers.google.com/+/
Use this command to anonymously check out the latest Google SDK project source code for Objective C:
svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/
The Google APIs Client Library for Objective-C includes support for the Google Plus API and other JSON APIs. The project includes an introduction to using the library.

Is it possible to use the new Facebook Comments plugin in iOS apps?

If so, what are the advantages/disadvantages for doing so?
Brian,
You can use solution I've proposed in my blog post.
Example is configured for iPad but iPhone version is easy to create.

Using the Twitter API within iPhone application

I want to integrate Twitter API into my iphone application. I have read about JSON framework with iPhone SDK 2.2. But I am new to this type of application. Can anybody please explain how to integrate this Twitter's APIs with my application and how to use it. Also tell me how to open "svn checkout http://json-framework.googlecode.com/svn/trunk/ json-framework-read-only" I have downloaded this code, but I'm not sure where to go from here. Please help me in this issue. Thanks in advance.
Try MGTwitterEngine.
You might consider looking at the Stanford iPhone programming course for some basic "how to use an API" type information.
Their in-class sample app is a low-end Twitter app that uses the JSON library, you might find that a useful example.