Top "Subscriber" questions

get youtube channel subscribers via youtube API

I'm trying to use youtube api to get a list of subscribers to a channel i own then check a …

youtube youtube-api subscriber
How to return an Observable in angular 4?

I have this method inside a authProvider provider class: getUser() { return this.afAuth.authState.subscribe(user => { return user; }); } I …

angular typescript observable subscriber
Set subscriber status in Magento programmatically

I am trying to write a module that syncs my newsletter subscribers in Magento with a external database. I need …

php magento newsletter subscriber
How to run 2 queries sequentially in a Android RxJava Observable?

I want to run 2 asynchronous tasks, one followed by the other (sequentially). I have read something about ZIP or Flat, …

android rx-java observable subscriber retrolambda
How to unit test code inside subscribe for Angular7 unit test case

I want to unit test and get coverage for all code but i am not able to get coverage for …

angular unit-testing observable karma-jasmine subscriber
Magento set subscriber first & last name

When someone subscribes to the Magento newsletter I also want them to fill in their first and last name. I …

magento newsletter subscriber